Make GtkTextAttributes private
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Oct 2016 17:39:01 +0000 (13:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 1 Nov 2016 17:58:10 +0000 (13:58 -0400)
commit745c348ff8f07815abaf8b437fb5c914f5c60c85
treeee664a1884146e663c4c24fd21e9f66122ca0dd7
parent72a9c532620e42f2381b62c592327af5082e6790
Make GtkTextAttributes private

This is a problematic struct, and giving direct access to it
has kept us from making improvements to GtkTextView. Drop it
from the public API, together with the auxiliary APIs. If
it turns out that this functionality is needed, we should add
individual getters.
gtk/Makefile.am
gtk/a11y/gtktextviewaccessible.c
gtk/gtktextiter.c
gtk/gtktextview.c
gtk/gtktextview.h
gtk/gtktextviewprivate.h